﻿body {
	background-color: #CCCCCC;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:small;
	background-position:inherit;
	background-color:white;
	}

#main{
	width: 100%;
	padding-bottom:60px;
	background-color:green;
}

/* Styles for Masthead */
#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	background-color:#18C3CD;
	padding:10px;
}

#masthead p {
	color:navy;
	text-align:center;
	font-size: 2.5em;
	margin: 0px 0px 0 0px;
	background-color:transparent;
}

/* Styles for Navigation */
#navigation {
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	width:100%;
	background-color: #FFF;
	overflow: hidden;
}

#navigation a {
	color: #000;
	text-decoration: none;
	margin-top:10px;
	display: block;
	text-align:center;
	width:100%;
	font-size:large;
	font-weight:bold;
}

/* Styles for Content */
#page_content{
	margin-top:0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%; 
	background-color:white;
}

#page_content h1 {
	width:100%;
	color: #000;
	font-size:large;
}

#page_content a {
	color: #000;
	font-size: medium;
}

#page_content p {
	width:90%;
	color:#000;
	font-size:medium;
	margin-left:5%;
	margin-right:5%;
	line-height:25px;	
}

#page_content h2 {
	width:100%;
	color: #000;
	font-size:medium;
}

/* Styles for Sidebar */
#sidebar {
	position: relative;
	float: right;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: #fff;
}
#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	padding-left: 30px;
	letter-spacing: -1px;
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #148DFB;
}

#sidebar ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar li {
	float: left;
	width:100%;
	color: #000;
	margin: 0px;
	padding: 10px;
	text-align:left;
	font-size:large;
}
#sidebar p {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	padding-left: 30px;
	letter-spacing: -1px;
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #148DFB;
}

#sidebar a{
	color:#000;
	text-decoration: none;
	font-size:medium;
	font-weight:bold;
}


/* Styles for Footer */
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 2px;
	height: 44px; 
	width: 100%;
	position:absolute;
}
#footer p {
	color: #000;
	font-size:small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}

/* Styles for Links */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.text_align {
		text-align: center;
	}
	
.text_justify {
		text-align:justify;
	}

	
	
	
